DecimalFormatDictionary.ICollection<KeyValuePair<XmlQualifiedName, DecimalFormat>>.Remove MethodDecimalFormatDictionary.ICollection(Of KeyValuePair(Of XmlQualifiedName, DecimalFormat)).Remove MethodDecimalFormatDictionary::ICollection<KeyValuePair<XmlQualifiedName, DecimalFormat>>::Remove Method
Syntax
Private Function Remove( _ item As KeyValuePair(Of System.Xml.XmlQualifiedName, DecimalFormat) _ ) As Boolean _ Implements ICollection.Remove
private bool System.Collections.Generic.ICollection<T>.Remove( KeyValuePair<System.Xml.XmlQualifiedName, DecimalFormat> item )
private: virtual bool System.Collections.Generic::ICollection<T>::Remove( KeyValuePair<System.Xml::XmlQualifiedName^, DecimalFormat^> item ) sealed